Infinity-Echo names a function, with lambda list (D USER RECIPIENT/S):
Echoes back the supplied JSON (or ActionScript) object to the client.
Lisp ECHO = JSON echo
The datum (d) is returned identically, in a return element named literally You said.
This method exists solely for testing purposes.
{ c: "echo" d: DATA-TO-ECHO }
⇒ { c: "echo", d: { foo: 42 } }{ from: "echo", status: true, "You said": { foo: 42 } }
Note that the field name is literally You said with a space.
The response is echoed back to the user.
The echo packet must be less than 1,024 Unicode characters in length or it will be truncated to 1,024 characters. No warning will be issued to the user in the case of truncation.
The 1kc limit was introduced in 2.0.
This feature is not working correctly as of version 0.6.
Defined in file src/infinity/legacy-commands.lisp.